LogChannel.GetFloatValue method

Gets a point's value and converts it to a float.

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
public float GetFloatValue(
       int PointIndex
)
Public Function GetFloatValue(
       PointIndex As Integer
) As Single

Parameters

PointIndex

Type: int

The index of a point.

Return value

Type: float

Returns a float value.

See also

LogChannel Class

IntervalZero.KINGSTAR.Base.Class Namespace